home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / color.dxr / 00724.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  176 b   |  11 lines

  1. on mouseUp me
  2.   if sprite(40).visible = 1 then
  3.     hideit(32, 40)
  4.     showit(41, 41)
  5.     hideit(42, 55)
  6.     showit(60, 62)
  7.     hideit(63, 63)
  8.     hideit(124, 124)
  9.   end if
  10. end
  11.